Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

My Badges

Request Friendship



Upload Image

My Sections

uzairahm
514 · 0% · 71

uzairahm's Home

My name is uzairahm.
  • SQL Server-To get comma separated value(CSV) for every column name in tables with T-SQL.

    uzairahm Learned 2 Years ago through Just Learned
    I just learned one new thing today "how to get comma separated value(CSV) for every column name in tables with COALESCE function." check out following query. [code] Use yourdbname Go DECLARE @listStr VARCHAR(MAX) SELECT @listStr = COALESCE(@listS...
    fazalvahora99
    21 · 9% · 2806
  • SQL Server-To get comma separated value(CSV) for every column name in tables with T-SQL.

    uzairahm Learned 2 Years ago through Just Learned
    I just learned one new thing today "how to get comma separated value(CSV) for every column name in tables with COALESCE function." check out following query. [code] Use yourdbname Go DECLARE @listStr VARCHAR(MAX) SELECT @listStr = COALESCE(@listS...
    fazalvahora99
    21 · 9% · 2806
  • SQL Server-To get comma separated value(CSV) for every column name in tables with T-SQL.

    uzairahm Learned 2 Years ago through Just Learned
    I just learned one new thing today "how to get comma separated value(CSV) for every column name in tables with COALESCE function." check out following query. [code] Use yourdbname Go DECLARE @listStr VARCHAR(MAX) SELECT @listStr = COALESCE(@listStr+
    fazalvahora99
    21 · 9% · 2806
  • You can drop multiple tables using single DROP statement

    uzairahm knew 2 Years ago through Just Learned
    Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement [code]DROP table test1,test2,test3[/code]......
    Madhivanan JR
    3 · 39% · 12441
  • You can drop multiple tables using single DROP statement

    uzairahm Liked 2 Years ago through Just Learned
    Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement [code]DROP table test1,test2,test3[/code]......
    Madhivanan JR
    3 · 39% · 12441
  • You can drop multiple tables using single DROP statement

    uzairahm Liked 2 Years ago through Just Learned
    Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement [code]DROP table test1,test2,test3[/code]......
    Madhivanan JR
    3 · 39% · 12441
  • You can drop multiple tables using single DROP statement

    uzairahm knew 2 Years ago through Just Learned
    Suppose you have three tables named test1,test2 and test3 and you want to drop all these three, you can do it in a single DROP statement [code]DROP table test1,test2,test3[/code]......
    Madhivanan JR
    3 · 39% · 12441
  • $IDENTITY - Identity Column values

    uzairahm Learned 2 Years ago through Just Learned
    There is something $IDENTITY to get the identity value for a table contained the identity column. [Code] create Table T1(Col1 int identity(1,5),Col2 int) Go Insert into T1(Col2) Select 100 Go 100 Select $Identity,* From T1 [/Code]......
    SQLZealot
    55 · 4% · 1125
  • $IDENTITY - Identity Column values

    uzairahm Liked 2 Years ago through Just Learned
    There is something $IDENTITY to get the identity value for a table contained the identity column. [Code] create Table T1(Col1 int identity(1,5),Col2 int) Go Insert into T1(Col2) Select 100 Go 100 Select $Identity,* From T1 [/Code]......
    SQLZealot
    55 · 4% · 1125
  • $IDENTITY - Identity Column values

    uzairahm Learned 2 Years ago through Just Learned
    There is something $IDENTITY to get the identity value for a table contained the identity column. [Code] create Table T1(Col1 int identity(1,5),Col2 int) Go Insert into T1(Col2) Select 100 Go 100 Select $Identity,* From T1 [/Code]......
    SQLZealot
    55 · 4% · 1125
Previous 1 | 2 Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.