BaseNow

 

  Search
   

  Help

Screen shots

Compare editions

Online help

Quick-start videos

System requirements

License agreement

Known issues

  Support

 Forums

Technical support

Feedback

 About the author

 Company

Contact

Privacy policy

  Features

BaseNow architecture

Database tools

BaseNow Agent

Tables and views

SQL Query Builder

Import/export data

  Subscribe

Stay informed about any major changes. Click here to subscribe

 

Comparison operators

SQL operators can be used in conditions. Expression Builder contains a list of operators you can include in a condition and you can use it to simplify the creation of conditions.

Operator

Description

Grid pane

=

Equal.

= 'Smith'

<>
!=

Not equal to.

<> 'Active'

>

Greater than.

> '01 Jan 2024'2

<

Less than.

< 100

>=
!<

Greater than or equal to.

>= 'T'

<=
!>

Less than or equal to.

<= '01 Jan 2024' 2

BETWEEN expr1
AND expr2

Tests range of values.

BETWEEN 
'01 Jan 2024' 
AND 
'31 Dec 2023'2
 

IS [NOT] NULL

Tests whether contents of column is null.

IS NULL

[NOT] LIKE

Performs pattern matching.

LIKE ('MAC%')

ANY (SOME)

Tests whether one or more rows in the result set of a subquery meet the specified condition.

<> ANY (subquery)

ALL

Tests whether all rows in the result set of a subquery meet the specified condition.

advance > ALL (subquery)

[NOT] EXISTS

Tests whether a subquery returns any results.

EXISTS (subquery)

Related Topics:

How to create a view

Expression Builder

About SQL Query Builder

SQL Query Builder Layout

Add or remove a table

Add a column

Customize the table and view names

Customize the column names

Using criteria to retrieve certain records

Using wildcard characters

Logical operators

Mathematical operators

Show or hide a column in a view's results

Group Rows in query results

Results Pane

[Home] [Download] [Screen Shots] [Details] [Support] [Purchase]

Copyright © 1997-2005 Gate Comm Software. All Rights Reserved.

 

 

News
7/13/2004
COMDLG32.OCX error at startup
6/29/2004
Opening FoxPro and dBase databases
1/11/2024
Version 1.1.7 Relased (1/11/2024)
11/18/2002
Version 1.1.0 Relased (11/16/2002)
10/20/2002
HotFix 1 for Windows XP SP1

Forums
8/10/2024
removing duplicate records
8/8/2024
data validation and BaseNow
1/24/2007
Outlook 2003
1/12/2024
BASENOW AND FOXPRO DATE FORMATS
11/6/2024
Need help in Sybase Anywhere database
10/19/2006
need help! mysql query
6/21/2006
Compare SQl fields
6/8/2024
Error