Pages
Calendar
<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
This is an excellent link comparing MS SQL and Oracle datatypes and other imoportant information.   http://download.oracle.com/docs/cd/E12151_01/doc.150/e12156/ss_oracle_compared.htm

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
I have found that when you are trying to use a string list variable in an IN operator of a SQL query, it can sometimes be difficult.  The IN operator requires a list to have single quotes around each list item, if they are strings, in order for the query to process correctly.  There are ... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5