MS Access functions from W3S

 0    66 flashcards    sir
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
Asc
bắt đầu học
Returns the ASCII value for the specific character
Chr
bắt đầu học
Returns the character for the specified ASCII number code
Concat with &
bắt đầu học
Adds two or more strings together
CurDir
bắt đầu học
Returns the full path for a specified drive
Format
bắt đầu học
Formats a value with the specified format
InStr
bắt đầu học
Gets the position of the first occurrence of a string in another
InstrRev
bắt đầu học
Gets the position of the first occurrence of a string in another, from the end of string
LCase
bắt đầu học
Converts a string to lower-case
Left
bắt đầu học
Extracts a number of characters from a string (starting from left)
Len
bắt đầu học
Returns the length of a string
LTrim
bắt đầu học
Removes leading spaces from a string
Mid
bắt đầu học
Extracts some characters from a string (starting at any position)
Replace
bắt đầu học
Replaces a substring within a string, with another substring, a specified number of times
Right
bắt đầu học
Extracts a number of characters from a string (starting from right)
RTrim
bắt đầu học
Removes trailing spaces from a string
Space
bắt đầu học
Returns a string of the specified number of space characters
Split
bắt đầu học
Splits a string into an array of substrings
Str
bắt đầu học
Returns a number as string
StrComp
bắt đầu học
Compares two strings
StrConv
bắt đầu học
Returns a converted string
StrReverse
bắt đầu học
Reverses a string and returns the result
Trim
bắt đầu học
Removes both leading and trailing spaces from a string
UCase
bắt đầu học
Converts a string to upper-case
Abs
bắt đầu học
Returns the absolute value of a number
Atn
bắt đầu học
Returns the arc tangent of a number
Avg
bắt đầu học
Returns the average value of an expression
Cos
bắt đầu học
Returns the cosine of an angle
Count
bắt đầu học
Returns the number of records returned by a select query
Exp
bắt đầu học
Returns e raised to the power of a specified number
Fix
bắt đầu học
Returns the integer part of a number
Format
bắt đầu học
Formats a numeric value with the specified format
Int
bắt đầu học
Returns the integer part of a number
Max
bắt đầu học
Returns the maximum value in a set of values
Min
bắt đầu học
Returns the minimum value in a set of values
Randomize
bắt đầu học
Initializes the random number generator (used by Rnd()) with a seed
Rnd
bắt đầu học
Returns a random number
Round
bắt đầu học
Rounds a number to a specified number of decimal places
Sgn
bắt đầu học
Returns the sign of a number
Sqr
bắt đầu học
Returns the square root of a number
Sum
bắt đầu học
Calculates the sum of a set of values
Val
bắt đầu học
Reads a string and returns the numbers found in the string
Date
bắt đầu học
Returns the current system date
DateAdd
bắt đầu học
Adds a time/date interval to a date and then returns the date
DateDiff
bắt đầu học
Returns the difference between two dates
DatePart
bắt đầu học
Returns a specified part of a date (as an integer)
DateSerial
bắt đầu học
Returns a date from the specified parts (year, month, and day values)
DateValue
bắt đầu học
Returns a date based on a string
Day
bắt đầu học
Returns the day of the month for a given date
Format
bắt đầu học
Formats a date value with the specified format
Hour
bắt đầu học
Returns the hour part of a time/datetime
Minute
bắt đầu học
Returns the minute part of a time/datetime
Month
bắt đầu học
Returns the month part of a given date
MonthName
bắt đầu học
Returns the name of the month based on a number
Now
bắt đầu học
Returns the current date and time based on the computer's system date and time
Second
bắt đầu học
Returns the seconds part of a time/datetime
Time
bắt đầu học
Returns the current system time
TimeSerial
bắt đầu học
Returns a time from the specified parts (hour, minute, and second value)
TimeValue
bắt đầu học
Returns a time based on a string
Weekday
bắt đầu học
Returns the weekday number for a given date
WeekdayName
bắt đầu học
Returns the weekday name based on a number
Year
bắt đầu học
Returns the year part of a given date
CurrentUser
bắt đầu học
Returns the name of the current database user
Environ
bắt đầu học
Returns a string that contains the value of an operating system environment variable
IsDate
bắt đầu học
Checks whether an expression can be converted to a date
IsNull
bắt đầu học
Checks whether an expression contains Null (no data)
IsNumeric
bắt đầu học
Checks whether an expression is a valid number

Bạn phải đăng nhập để đăng bình luận.