Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. INSERT INTO tmp_table
  2. SELECT [another_table].[matchcode] AS Matchcode,
  3. Iif(IsNull([another_table].tag), NULL, CDbl([another_table].tag)) AS Tag
  4. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement