Forum: MS SQL Apr 29th, 2008 |
| Replies: 1 Views: 1,093 Sub-Select Hi,
How-To for example:
SELECT * FROM table WHERE columname > '2'
FROM THOSE WHERE columname > '4'
FROM THESE LAST WHERE columname > '6' |
Forum: MS SQL Apr 28th, 2008 |
| Replies: 2 Views: 656 Filter the Filter Hello :) ,
How can i filter something then turn it to filter again and one more time , like :
SELECT * FROM Tbl1 WHERE BLABLA1
From those results
WHERE BLABLA 2 |