Re: Please help quick statement check
On 26 Apr 2006 07:50:47 -0700, David wrote:
Hi,
Is there a NOT operator in sql? I actually want NOT EXISTS as i believe
these two statements would get a complete data set.
Hi David,
Yes. NOT EXISTS (subquery) is valid syntax.
--
Hugo Kornelis, SQL Server MVP
.
Relevant Pages
- Re: Unique in-depth problem
... The back end is SQL, for the sake of sanity I broke up the dates into ... What options do I have in Perl for handling dates of this nature ... Precompute all the dates and put them in a database (file, SQL server, ... a huge data set, yet manage to retrieve and show only the interesting ... (comp.lang.perl.misc) - Re: Excel validation.
... The upload function will run a validation routine and I am ... would process each row in the spread sheet and call a SQL procedure to ... return a data set, the data set would hold one record if the GL# was ... I also make the use a parameter in the SQL and link it to a cell in ... (comp.sys.ibm.as400.misc) - Re: XSD schema to SQL server
... I think I understood what you are suggesting. ... is for each column in the data set, build the "CREATE TABLE string" and ... >> What is an easy way to save an XSD schema into SQL server database? ... (microsoft.public.dotnet.languages.vb) - Re: Way too many Stored Procedure Parameters
... Start by creating a typed data set, ... Run SQL Server profiler on the database in SQL Server (filter by your ... Once you have your stored procedure, you can just drag it into VS.NET ... (microsoft.public.dotnet.languages.csharp) - Re: Help - Displaying the max vaule from SAS data set
... I have SAS data set which contains numeric variables and now I want to ... easy and nice solution is using SQL. ... If it's tricky to do using data steps, try SQL; if it's tricky to do using SQL, try data steps. ... (sci.stat.math) |
|