Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Trabalho
--criando a tabela create table Cliente ( CodigoCliente int primary key, NomeCliente nvarchar(50), ) insert into Cliente(CodigoCliente, NomeCliente) values (1, 'laura') insert into Cliente(CodigoCliente, NomeCliente) values (2, 'mariana') insert into Cliente(CodigoCliente, NomeCliente) values (3, 'paulo') --len mostra a quantidade de caracteres select NomeCliente, len(NomeCliente) Tamanho from Cliente select max(len(NomeCliente)) QuantidadeMaiorNome from Cliente select min(len(NomeCliente)) QuantidadeMenorNome from Cliente --upper transforma caracteres em maiusculo select upper(NomeCliente) NomeCliente from Cliente --lower transforma os caracteres em minuscula select lower(NomeCliente) NomeCliente from Cliente
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
fun with yield return
Parsing a multi-line text file with comments
Game Dev Challenge #1
mysrc.tcl
Staircase
EFC AZAAAA
Game v1.0.1
Decorator Design Pattern
Watch Jurassic World Dominion Online Free
DNA FINAL
Please log in to post a comment.