Viewing 2 posts - 1 through 2 (of 2 total)
Learning Tree International (http://www.learningtree.com) is great. I've had training from Oracle and from Learning Tree. Learning Tree was MUCH better AND less expensive!
E. Shaffer
April 24, 2007 at 1:30 pm
#702245
If you want to know how many records there are with MyID that is null, you write the query this way:
select top 10 * from MyTable where Myid IS...
March 1, 2007 at 7:42 am
#692590