Viewing 10 posts - 1 through 10 (of 10 total)
Hey thanks for that. Yeah I've read that on MSDN but I still didn't understand it. So I don't really have to use GO? It's not like transact sql or...
June 17, 2008 at 6:40 am
Mike John (6/17/2008)
The expression you have will match true for ANY character that is NOT an eSomething like ... NOT like '%e%' should do the job
Cheers for that clarification. Haha...
June 17, 2008 at 5:31 am
How embarrassing... I posted too early! Haha. SELECT last_name
FROM Employee
WHERE last_name NOT LIKE '%e%';
This is resolved. 😀
June 17, 2008 at 5:27 am
Jeff Moden (5/19/2008)
Mybowlcut (5/18/2008)
Why do you need to do this? It may make a difference...
What do you mean? It's part of an assignment. Please don't say this is a...
May 19, 2008 at 5:24 am
Matt (5/17/2008)
-- Mitch Curtis
-- A2view.sql
-- Set the active database to KWEA.
USE KWEA;
GO
--...
May 18, 2008 at 7:29 pm
Steve Jones - Editor (5/16/2008)
May 16, 2008 at 9:13 pm
Yeah. I didn't get the table creation order right.
Cheers.
May 16, 2008 at 1:55 am
Steve Jones - Editor (5/15/2008)
Looks like rights, you can't drop those tables.Need to get an admin to give you rights.
I don't know how that could be though, because I'm the...
May 15, 2008 at 10:33 pm
Viewing 10 posts - 1 through 10 (of 10 total)