MySQL− codes (wildcards, formatting)

 0    36 fiche    sir
baixar mp3 Imprimir jogar verifique-se
 
questão resposta
Represents zero or more characters
começar a aprender
%
bl% finds bl, black, blue, and blob
Represents a single character
começar a aprender
_
h_t finds hot, hat, and hit
Represents any single character within the brackets
começar a aprender
[]
h[oa]t finds hot and hat, but not hit
Represents any character not in the brackets
começar a aprender
^
h[^oa]t finds hit, but not hot and hat
Represents a range of characters
começar a aprender
-
c[a-b]t finds cat and cbt
Abbreviated weekday name (Sun to Sat)
começar a aprender
%a
Abbreviated month name (Jan to Dec)
começar a aprender
%b
Month number (0 to 12)
começar a aprender
%c
Day of the month as a numeric value, followed by suffix (1st, 2nd, 3rd, ...)
começar a aprender
%D
Day of the month as a numeric value (01 to 31)
começar a aprender
%d
Day of the month as a numeric value (0 to 31)
começar a aprender
%e
Microseconds (000000 to 999999)
começar a aprender
%f
Hour (00 to 23)
começar a aprender
%H
Hour (00 to 12)
começar a aprender
%h
Hour (00 to 12)
começar a aprender
%I
Minutes (00 to 59)
começar a aprender
%i
Day of the year (001 to 366)
começar a aprender
%j
Hour (0 to 23)
começar a aprender
%k
Hour (1 to 12)
começar a aprender
%l
Month name in full (January to December)
começar a aprender
%M
Month name as a numeric value (00 to 12)
começar a aprender
%m
AM or PM
começar a aprender
%p
Time in 12 hour AM or PM format (hh: mm: ss AM/PM)
começar a aprender
%r
Seconds (00 to 59)
começar a aprender
%S
Seconds (00 to 59)
começar a aprender
%s
Time in 24 hour format (hh: mm: ss)
começar a aprender
%T
Week where Sunday is the first day of the week (00 to 53)
começar a aprender
%U
Week where Monday is the first day of the week (00 to 53)
começar a aprender
%u
Week where Sunday is the first day of the week (01 to 53). Used with %X
começar a aprender
%V
Week where Monday is the first day of the week (01 to 53). Used with %x
começar a aprender
%v
Weekday name in full (Sunday to Saturday)
começar a aprender
%W
Day of the week where Sunday=0 and Saturday=6
começar a aprender
%w
Year for the week where Sunday is the first day of the week. Used with %V
começar a aprender
%X
Year for the week where Monday is the first day of the week. Used with %v
começar a aprender
%x
Year as a numeric, 4-digit value
começar a aprender
%Y
Year as a numeric, 2-digit value
começar a aprender
%y

Veja flashcards semelhantes:

MS Access − Wildcards

Você deve entrar para postar um comentário.