Quantcast
Channel: All LabVIEW posts
Viewing all articles
Browse latest Browse all 201937

Re: delete column in database

$
0
0

Are you wanting to modify the data in the database or modify the table structure to remove the columns?  The only way that I know where you can delete columns of data is to set the value to NULL or 0 or ''(empty string), etc. 

 

UPDATE table_name SET column = 0 (or NULL or "") WHERE filter_column = some_value

 


Viewing all articles
Browse latest Browse all 201937

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>