JDBC Driver for Marketo

Build 23.0.8839

Tags

Query Tags for a Marketo organization.

Table Specific Information

Select

Marketo allows both the Type and Value columns to be used in the WHERE clause of a SELECT query. The Value column allows multiple values to be specified by using the OR logical operator. Note that only the '=' operator is supported.

SELECT * FROM Tags WHERE Type = 'TestTag' AND Value = 'Value1' OR Value = 'Value2'

Columns

Name Type Description
Type [KEY] String The tag type.
Value [KEY] String The tag value.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839