Welcome to Sign in | Help
» Search

Search

You searched for the word(s):
< 1 second(s)
  • Re: rescriere select cu intersect

    1. prima insemnand inregistrarea care contine ambele valori adica genre=Sports si publisher = Provider12. nu sunt in acelasi tabel dar pentru simplitate le-am pus asa doar aici.2.1 a sort of.Problema e de genul am o tabela unde criteriile de cautare sunt coloanele si primesc intr-un XML criteriile de cautare, adica o variabila este de genul ...
    Posted to T-SQL (Forum) by depends on April 17, 2008
  • rescriere select cu intersect

    se dau 2 tabele: CREATE TABLE [dbo].[test]( [cod] [varchar](50) NULL, [value] [varchar](50) NULL ) ON [PRIMARY] insert into test values ('genre','Sports') insert into test values ('publisher','Provider1') CREATE TABLE [dbo].[productsTest]( [genre] [varchar](50) NULL, [title] [varchar](50) NULL, [publisher] [varchar](50) NULL ) ...
    Posted to T-SQL (Forum) by depends on April 16, 2008
Powered by Community Server (Commercial Edition), by Telligent Systems