Appendix A: MySQL Syntax - Build Your Own DatabaseDriven Website Using PHP amp;amp; MySQL [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Build Your Own DatabaseDriven Website Using PHP amp;amp; MySQL [Electronic resources] - نسخه متنی

Kevin Yank

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Appendix A: MySQL Syntax


Overview


This appendix describes the syntax of the majority of SQL statements
implemented in MySQL, as of version 3.23.54a (current as of this writing).

The following conventions are used in this reference:



Queries are listed in alphabetical order for easy reference.



Optional components are surrounded by square brackets ([]),
while mutually exclusive alternatives appear in braces, separated by vertical
bars (|).



Lists of elements from which one element must be chosen are
surrounded by braces ({}).



An ellipsis (...) means that the preceding
element may be repeated.



The query syntax documented in this appendix has been simplified in
several places by the omission of the alternative syntax, and of keywords
that didn't actually perform any function, but were originally included for
compatibility with more advanced database systems. Query features having to
do with some advanced features such as transactions were also omitted. For
a complete, up-to-date reference to supported MySQL syntax, see the MySQL Reference Manual.

/ 190