ภาษาในการค้นหาของ Merchant Center ช่วยให้คุณกรองชุดข้อมูลที่แสดงผลได้
ร่วมกับโอเปอเรเตอร์ต่างๆ จำนวนมาก เมื่อกรองค่าสตริง พารามิเตอร์
การพิจารณาตัวพิมพ์เล็กและตัวพิมพ์ใหญ่เริ่มต้นของโอเปอเรเตอร์แต่ละรายการมีบทบาทสำคัญอย่างถูกต้อง
การกรองผลลัพธ์ของคุณ
โอเปอเรเตอร์
การพิจารณาตัวพิมพ์เล็กและตัวพิมพ์ใหญ่
= หรือ !=
พิจารณาตัวพิมพ์เล็กและใหญ่
(ไม่ใช่) ใน
พิจารณาตัวพิมพ์เล็กและใหญ่
(ไม่ใช่) ชอบ
พิจารณาตัวพิมพ์เล็กและใหญ่
มี (...)
พิจารณาตัวพิมพ์เล็กและใหญ่
REGEXP_MATCH
เลือกทั้ง 2 อย่าง
ตัวอย่าง
SELECT
segments.offer_id,
metrics.clicks
FROM MerchantPerformanceView
WHERE segments.offer_id REGEXP_MATCH "(?i)AmazingOffer\d+"
AND segments.date BETWEEN '2021-01-01' AND '2021-01-31'
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-09-20 UTC"],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of the platform."],["Developers can learn more about the Merchant API and its benefits in the official announcement blog post."],["Merchant Center Query Language allows for data filtering with various operators, with differing case sensitivities for string values."],["The `REGEXP_MATCH` operator is case-sensitive by default, but offers case-insensitivity through the `(?i)` flag."]]],[]]