Skip to content

Where clause from array column

I have a column with value [“NONCODE”,”OFFCR”, “SPVR”, “CORD”] inside. I want to return a value when one of the values ​​in the column matches. Select * from table where column=’SPVR’ –will be true …

Asp.Net adding an extra td

I’m trying to use an ASP:DataList to display data from my data source. Everything works ok, except I’m getting ASP to add an extra column when there isn’t one. The Header Template and Item Template …

SQL Query not return values

Im running a bit of SQL on my php app, its meant to return a value that gets compared to the value that does get returned. The query is returning two of the 4 values that i need. I’ve tried to …