What is Character Functions

What is Character Functions

What is Character Functions

View Answers

November 15, 2010 at 6:26 PM

Hi,

Here is the answer,

Character Functions are INITCAP, UPPER, LOWER, SUBSTR & LENGTH. Additional functions are GREATEST & LEAST. Group Functions returns results based upon groups of rows rather than one result per row, use group functions. They are AVG, COUNT, MAX, MIN & SUM.

Thanks,









Related Tutorials/Questions & Answers:
What is Character Functions
What is Character Functions  What is Character Functions   Hi, Here is the answer,ADS_TO_REPLACE_1 Character Functions are INITCAP, UPPER, LOWER, SUBSTR & LENGTH. Additional functions are GREATEST & LEAST
What is functions?
What is functions?  Hi, Please tell me about PHP functions? Thanks in advance.ADS_TO_REPLACE_1
Advertisements
What is functions?
What is functions?  Hi, Please tell me about PHP functions? Thanks in advance.ADS_TO_REPLACE_1
What is functions?
What is functions?  Hi, Please tell me about PHP functions? Thanks in advance.ADS_TO_REPLACE_1   About Functions: Functions in PHP... can define your functions and use it multiple times. ADS_TO_REPLACE_2 In PHP
What are encryption functions in PHP?
What are encryption functions in PHP?  What are encryption functions in PHP
WHAT IS THE FUNCTIONALITY OF THE FUNCTIONS STRSTR() AND STRISTR()?
WHAT IS THE FUNCTIONALITY OF THE FUNCTIONS STRSTR() AND STRISTR()?  WHAT IS THE FUNCTIONALITY OF THE FUNCTIONS STRSTR() AND STRISTR
What are the different functions in sorting an array?
What are the different functions in sorting an array?  What are the different functions in sorting an array
What is the difference between the functions unlink and unset?
What is the difference between the functions unlink and unset?  What is the difference between the functions unlink and unset
If the variable $a is equal to 5 and variable $b is equal to character a, what?s the value of $$b?
If the variable $a is equal to 5 and variable $b is equal to character a, what?s the value of $$b?  If the variable $a is equal to 5 and variable $b is equal to character a, what?s the value of $$b
Character class
Character class   Character defines the forDigit();,digit()methods..how can these b used and wht does radix point signify here.i want to knw what basically radix is??here in the arguments of these two???because i tried runnin
Character Class
Character Class  Character defines the forDigit();,digit()methods..how can these b used and wht is radix point signifies here...in the arguments of these two???..pls answer a code on this with radix .. are these methods also
underscore as character
underscore as character  how can i consider _ as a character instead of wildcard character? my problem is like this i have 20 records as follows manohar 1234455 manohar 453635 manohar 345454 manohar_1234455 now when i am
Character Wrapper Class.
Character Wrapper Class.  what are Mirrored Unicode Characters?? and whats the use of "isMirrored(ch);method ??.where ch is any character argument.... There are special characters in UNICODE to achieve the RTL. Such character is the Mirroring
character as command line arguments
character as command line arguments  public class testing { public static void main(String args[]) { char a; a=args[0]; System.out.println("character is:"+a); } } what will be the above program output
How to convert entity character to html character
How to convert entity character to html character  How to convert entity character to html character
c-language pointer functions
c-language pointer functions  what is the execution process of character pointer functions with example
Character Directions in java
Character Directions in java  java 2,version 1.4 adds a method "getDirectionality();" , what is the use of this method ?   This method returns the Unicode directionality property for the given character. Character
replace character in php
replace character in php  PHP script that replace character
Adding slash "\" character before quote "'" in a query
Adding slash "\" character before quote "'"...; Adding slash "\" character before quote "'"... the phrases like "What's your name?", database gives the error due
How to convert entity character to html character
How to convert entity character to html character  Please help me to "convert entity character to html character" in java. If possible please provide source code which take String as input and return as String
find the first character is vowel or not
find the first character is vowel or not  hi friend, can u plz send me javascript code for find the wether the first character is a vowel or not. 2) check wether the last character is same as the first character or not 3) check
password validation with special character
password validation with special character  how to validate password with special character using java script
How to display string or character
How to display string or character  how to print character or a word without using array concept
php remove last character
php remove last character  to remove the last character, i used the trim function which is not working
Determining the type of Character
Determining the type of Character In this section, you will learn how to determine the type of a character. You can use the methods of Character class to determine the properties of a character. This class provides several methods
JavaScript regex validate Character
Character.   <html> <head> <title>Character validation... Character value : "+name); return true; } alert("It is not valid character !"); return false; } </script> <
JavaScript regex validate Character
Character   <html> <head> <title>Character validation... Character value : "+name); return true; } alert("It is not valid character !"); return false; } </script> <
Wrapper Character class.
Wrapper Character class.  How do the methods 'isIndentifierIgnorable(ch)' and 'isISOControl(ch)' work?? while workin with 'Character' wrapper class...: This method returns true if the character may be part of a Unicode identifier; false
What Functions Can the iPad Handle?
What Functions Can the iPad Handle? A person who takes an Apple iPad out... from all around the world. Street view functions like what can be found... of different functions. Here are just a few of the things that anyone can do
What is Collation?
What is Collation?  What is Collation?   Hi, Collation refers to a set of rules that determine how data is sorted and compared. Character data is sorted using rules that define the correct character sequence
J2ME count character into string
J2ME count character into string  i am new in J2ME, my problem is how to count character into number, i had been research google for almost 2 days... form which allow user to input character user input helloworld then press
Replace Character in String
Replace Character in String        This example replaces a character with a specified character in a given string. To replace a character with the given character in sting first
Unknown Character set: 'utf8mb4'.
Unknown Character set: 'utf8mb4'.  While working on eclipse on an application that uses MySQL as the back end for the database, I was having error...: Unknown Character set: 'utf8mb4'. I'm using WAMPSERVER 2.2 and Eclipse
character literal in octal format
character literal in octal format  class EscapeSequence1 { public...;>> EscapeSequence1.java:6: error: unclosed character literal char... ^ EscapeSequence1.java:6: error: unclosed character literal char ch2
Alphabet Character Case-Converter
Alphabet Character Case-Converter   ... a character (uppercase) into a lowercase character. The java.lang package provides the functionality to convert the uppercase character into a lowercase character
Removing character from a string in sql.
Removing character from a string in sql.  How to remove or replace character from a string
Find out last character of array
Find out last character of array  How we can find out the last character of array in java program
Setting the default Java character encoding?
Setting the default Java character encoding?  Setting the default Java character encoding
Count the character in java
Count the character in java  Write a java program to count the character ââ?¬Ë?aââ?¬â?¢ typed by the user in a paragraph by implementing thread.   Count characters by implementing thread import java.util.*; class
Character count by while loop
Character count by while loop  Write the program to count the number of characters entered until a full stop (.)is keyed-in. Anyone there pls help...]) flag=true; } if(!flag){ System.out.println("Character :"+ch+" occurs "+count
character counter - Java Beginners
character counter  how to show only first three characters of the entered(by user) name?  hy katy, import java.io.*; class counter...!!"); } else{ System.out.println("First Three Character is:"+c[0]+c[1]+c[2
illeagal character error....
illeagal character error....   Here is my code: import java.io.*; import java.awt.*; import java.util.*; import javax.swing.*; import...:19: illegal character: \96 ` Container container
Prinnt UNICODE character on swing component
Prinnt UNICODE character on swing component  Hello, I am trying to put unicode character n swing component. can anyone tell me how to do this? Thank you
Regular expression contains character - PHP
Regular expression contains character  A PHP script that can check if the regular expression contains character
Removing character from a string in sql.
Removing character from a string in sql.  Removing special characters from a string in sql
How to sort chinese character in j2me?
How to sort chinese character in j2me?  Hi All, I want to sort chinese character in j2me. Please let me know whether it is achievable or not in j2me... chinese character in j2me.. Thanks in Advance... Thanks & Regards, Ajit
Get Character
Get Character       In this example given below, we will learn how to read character from keyboard and display on standard output device. Method System.in.read() read character
Get Character from String
Get Character from String     ... of character and retrieve elements from that character array one by one... toCharArray() to convert string to character array. 3. Retrieve character from
count the repeated character in one string
count the repeated character in one string  to find the how character occurrence in one String (for example the string is -java means there is 2...; } if(!flag){ System.out.println("Character :"+ch+" occurs "+count+" times
Convert Character into Integer
Convert Character into Integer       In this section, you will learn to convert the character... the character data into an integer type. Description of code:ADS_TO_REPLACE_1

Ads