FIELD(string,string1[,string2,string3...])

Description: Returns 1 if string=string1, 2 if string=string2, and so on. If there is no match, returns 0.

Examples:

  • FIELD('Smith','John','William','Smith') returns 3.

  • FIELD('Zoe','John','William','Smith') returns 0.

See also: ELT()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.152.157