Guest User

Untitled

a guest
Jul 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CREATE TABLE [dbo].[Table](
  2. [UserUID] [int])
  3.  
  4. CREATE TABLE [dbo].[Table](
  5. [UserUID] [int] IDENTITY(2393,1))
  6.  
  7. INSERT Table UserUID
  8. SELECT Otra_Table UserUID
Add Comment
Please, Sign In to add comment