Conversion Problem

From: "Graham" <graham(at)digitalplanit(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Conversion Problem
Date: 2003-11-13 12:25:05
Message-ID: 0fc401c3a9e1$2e6ee0a0$6864a8c0@GVICKRAGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Apologies as this probably isn't really for this list but...

In postgresql you can execute a statement such as:

SELECT 1 > 2;

And it would return 'f'

Does anyone know if you can do this in SQL Server as I have to do a
conversion of some prewritten SQL code.

MTIA,

Graham.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message George Weaver 2003-11-13 13:29:31 Re: Looks are important
Previous Message Graham Vickrage 2003-11-13 11:55:57 Conversion question