Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

diff b/w where n exists

diff b/w where n exist

1 Reply
Not applicable
Author

see link

Where Exists
Not exists

Exits check the Existence of data in a field.

Where use for certain condition.

both are used simulteniously

like where Exits(fieldname)

example-

load

a,b

from table where a=5;