[thelist] Quick SQL question

rudy r937 at interlog.com
Mon Feb 10 14:58:01 CST 2003


> SELECT *
>   FROM MyTable
>  WHERE Col_ID IN (SELECT TOP 15 Col_ID
>                     FROM MyTable
>                    ORDER BY Col_ID DESC)
>  ORDER BY Col_ID ASC
>
> kinda icky though.


disagree

it's gorgeous

;o)


oh dear, i guess i owe a tip for the noise

how's my credit, eh?

heh


rudy



More information about the thelist mailing list