select statemnt
Posted: Fri Oct 25, 2002 5:41 am
I am trying to figure out a select statement which will get info from two colums, this is what i mean :
SELECT * FROM table1 WHERE column1 = 'stuff' AND column2 = 'morestuff'
It shouldn't be 2 hard but I've looked all over and can't seem to find anything about it
thanks all
SELECT * FROM table1 WHERE column1 = 'stuff' AND column2 = 'morestuff'
It shouldn't be 2 hard but I've looked all over and can't seem to find anything about it
thanks all