Skip to main content

If Select version()Select version() returns with Memo use try using the command this way:

Select version::char(100) or 

or

Select version::varchar(100)

If Select version() returns with Memo use the command this way

Select version::char(100) or Select version::varchar(100)

If Select version() returns with Memo try using the command this way:

Select version::char(100) 

or

Select version::varchar(100)
added 6 characters in body
Source Link
No Idea For Name
  • 11.6k
  • 11
  • 49
  • 73

If Select version() returns with Memo use the command this way Select version::char(100) or Select version::varchar(100)

Select version::char(100) or Select version::varchar(100)

If Select version() returns with Memo use the command this way Select version::char(100) or Select version::varchar(100)

If Select version() returns with Memo use the command this way

Select version::char(100) or Select version::varchar(100)
Source Link
aTa
  • 55
  • 1

If Select version() returns with Memo use the command this way Select version::char(100) or Select version::varchar(100)