Posted by das on 04/12/06 23:19
Thats a cool idea, I almost am half-bald over this problem. but for me your solution works. Just curious, how can we create a empty table with this statement? CREATE TABLE #tmp_table AS SELECT * FROM PRODUCTS WHERE 1 = 2 I had to use: SLECT * INTO #tmp_table FROM PRODUCTS WHERE 1 = 2 and then I used the if condition. thanks a lot again!
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming