How do I delete out any rows from a table named:
bhxsql2014-dev.dbo.EUACTIVESTORES
Where the column [Store No] has a NULL value
I'm using MS SQL Server Management Studio
Here is what you need:
delete from [bhxsql2014-dev].dbo.EUACTIVESTORES
where [Store No] is null
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With