ITSHALA

  • Learn PHP Tutorial (current)
  • Learn Java Script Tutorial (current)
  • Learn SQL Tutorial (current)
  • Learn How To Tutorial (current)

  1. PHP array_combine() Function
  2. PHP array_search() Function
  3. PHP array_map() Function
  4. PHP array_merge() Function
  5. PHP array_column() Function
  6. PHP array_chunk() Function
  7. PHP strlen() Function
  8. PHP strpos() Function
  9. PHP str_replace() Function
  10. PHP str_word_count() Function
  11. PHP date() Function
  12. PHP Arrays
  13. PHP Indexed Arrays
  14. PHP Associative Arrays
  15. PHP Multidimensional Arrays
  16. PHP Loops
  17. PHP foreach Loop
  18. PHP for Loop
  19. PHP while Loop
  20. PHP popen() and pclose() Functions
  21. PHP json_encode() and json_decode() Functions
  22. PHP move_uploaded_file() Function
  23. PHP shell_exec() Function
  24. PHP $_SERVER Variables
  25. PHP trim(), ltrim(), and rtrim() Functions
    PHP array_combine() Function PHP array_search() Function PHP array_map() Function PHP array_merge() Function PHP array_column() Function PHP array_chunk() Function PHP strlen() Function PHP strpos() Function PHP str_replace() Function PHP str_word_count() Function PHP date() Function PHP Arrays PHP Indexed Arrays PHP Associative Arrays PHP Multidimensional Arrays PHP Loops PHP foreach Loop PHP for Loop PHP while Loop PHP popen() and pclose() Functions PHP json_encode() and json_decode() Functions PHP move_uploaded_file() Function PHP shell_exec() Function PHP $_SERVER Variables PHP trim(), ltrim(), and rtrim() Functions

SQL SELECT DISTINCT STATEMENT

The DISTINCT is used to get different values.

Example


SELECT DISTINCT column-name FROM table-name


SELECT COUNT(DISTINCT column-name) FROM table-name

Share

    facebook linkedin pinterest
About Contact Disclaimer Privacy Policy Terms & Conditions

© 2020-2024 itshala.in