Going to need more info but the fix is usually pretty simple...Tested all levels pH is 8.2 nitrates are hight every thing is to high help
Going to need more info but the fix is usually pretty simple...
Do a water change.
Still high?
Do water change.
Still high?
Do a water change.
Still high?
Do a water change.
Going to need more info but the fix is usually pretty simple...
Do a water change.
Still high?
Do water change.
Still high?
Do a water change.
Still high?
Do a water change.
I put it as a loop
1. Do a water change
2. Still high go to 1
I am not sure why OPs pH is high. Shouldn't it drop with lack of water changes.
Between SQL, SAS, and R the struggle for syntax is very real.Here...
Declare @maxNitrate int = '30',
Declare @maxAmmonia int = '0',
Declare @maxPH decimal = '7.5',
Declare @minPH decimal = '6.5'
select Nitrate, Ammonia, PH into #Tests from TestingKit
While(#Tests.Nitrate>@MaxNitrate or #Tests.Ammonia > @maxAmmonia or #Tests.PH>@maxPH or #Test.PH<minPH)
Begin
Drop table #Tests,
Set Tank.CurrentVolume = Tank.MaxVolume*.5,
Set Tank.CurrentVolume = Tank.MaxVolume,
Select Nitrate, Ammonia, PH into #Tests from TestingKit
End
(It feels like I spend all day every day writing SQL queries and it still takes me 70 tries to get the syntax right...)
Here...
Declare @maxNitrate int = '30',
Declare @maxAmmonia int = '0',
Declare @maxPH decimal = '7.5',
Declare @minPH decimal = '6.5'
select Nitrate, Ammonia, PH into #Tests from TestingKit
While(#Tests.Nitrate>@MaxNitrate or #Tests.Ammonia > @maxAmmonia or #Tests.PH>@maxPH or #Test.PH<minPH)
Begin
Drop table #Tests,
Set Tank.CurrentVolume = Tank.MaxVolume*.5,
Set Tank.CurrentVolume = Tank.MaxVolume,
Select Nitrate, Ammonia, PH into #Tests from TestingKit
End
(It feels like I spend all day every day writing SQL queries and it still takes me 70 tries to get the syntax right...)
Between SQL, SAS, and R the struggle for syntax is very real.
Do won't to hear the funny part my water nuts we normally use for ro water all need cleaning out there bad conditionI literally L O L ‘d. Solid advice actually.