Attribute Value Condition dialog box (OSE)

ACMAP

 
Attribute Value Condition dialog box (OSE)
 
 
 

Use the Attribute Value Condition dialog box to select records based on the values of one or more attributes in the feature table.

NoteAutoCAD Map 3D offers a new way of using data from an Oracle database. See Accessing Data from Oracle. However the Oracle Spatial (OSE) method is still supported.
Attribute Definition

Select an attribute based on the type of data you want to import.

Column

Select the column in the feature table from which you want to import.

Operator

Select an operator:

>

<

=

>=

<=

<>

IS NULL

IS NOT NULL

LIKE (Only available with text strings)

IN (Select from multiple records)

NOT IN (Select only from records not in the list)

Value

Enter any value. Click [...] to display the Column Values dialog box (OSE), where you can select one of the values for the attribute column you specified. You can also enter these SQL wildcards:

Wildcard Description
% Matches any string of zero or more characters.
_ Matches any one character.