Convertir un entier en chaîne dans PostgreSQL
Ce tutoriel explique comment convertir un entier en chaîne dans PostgreSQL. Convertir un entier en chaîne dans PostgreSQL Considérons une table quiz_score qui garde une trace du score de chaque participant à un jeu-questionnaire. Le score est stocké dans cette table sous forme de chaîne et non d’entier. id player_id score 1 1 54 2 2 72 3 3 52 4 4 55 5 5 93 6 6 72 7 7 55 8 8 64 9 9 87 10 10 81 Voici l’instruction CREATE pour la table :
18 aout 2022
PostgreSQL
PostgreSQL String
Articles les plus populaires

PostgreSQL Remplacer les chaînes
30 janvier 2023
PostgreSQL
PostgreSQL String
Derniers articles

PostgreSQL Remplacer les chaînes
30 janvier 2023
PostgreSQL
PostgreSQL String

JSONB dans PostgreSQL
30 janvier 2023
PostgreSQL
PostgreSQL JSONB