On Mon, 13 Oct 2008 23:18:05 -0400, "J."
wrote:
>I am looking for websites and newsgroups that focus on helping with
>composing complex SQL statements. In others words, I need help
>somewhere with writing some though SQL.
If you are using Microsoft SQL Server, then I don't think there is a
better place than microsoft.public.sqlserver.programming. Keep in
mind however that there are limits to what sorts of questions can be
dealt with in a newsgroup, and it is up to you to be clear about the
requirements. Part of that is to post DDL (create table) for all the
tables, including their indexes and keys. Table definitions can
usually have columns removed to simplify them if they are not involved
in the query and are not used in indexes. Also required is sample
data for the tables, just the few rows needed to demonstrate the
problem. These should be provided as INSERT commands. Finally, you
need to include the expected output based on that sample data.
Good luck!
Roy Harvey
Beacon Falls, CT
>> Stay informed about: Looking for resource to help with composing complex SQL st..