|
baldcat -> "WHERE" to now ?? (7/21/2005 1:55:53)
|
righto,,, Getting the hang on this.. But have come across another little snag.. I have this SQL that filters certain data for me... Now there is a column that has 3 different entries... 'O', 'I', and 'S' O = On order I = In Stock S = Sold My SQL is as follows, SELECT *
FROM EMMG.VDM
WHERE stock_no LIKE 'R%' AND stk_status = ??? I did have stk_status = 'I' But I need to display stuff on order as well. So how can I just get so it filters out everything with 'S' [:D] [:D]
|
|
|
|