Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
توثيق يشرح معدِّل EXCEPT الذي يحدّد اسم عمود واحد أو أكثر لاستبعاده من النتيجة. تُحذف جميع أسماء الأعمدة المطابقة من الناتج.
يحدّد اسم عمود واحد أو أكثر لاستبعاده من النتيجة. تُحذف جميع أسماء الأعمدة المطابقة من الناتج.
SELECT <expr> EXCEPT ( col_name1 [, col_name2, col_name3, ...] ) FROM [db.]table_name
SELECT * EXCEPT (i) from columns_transformers;
┌──j─┬───k─┐ │ 10 │ 324 │ │ 8 │ 23 │ └────┴─────┘
هل كانت هذه الصفحة مفيدة؟