<html><div style='background-color:'><P><BR><BR></P>
<DIV>
<P class=RTE><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">Trabajo sobre Windows XP por eso uso Postgresql 8.1 ya revisé todo sobre los check y tuve algunas que otras ayudas pero mi pregunta es por ejemplo evitar que al comenzar a cargar una descripción (el apellido de alguien) no se introduzcan espacios en blanco y que si yo cargo una vez (ej. manzana) en el siguiente registro no se pueda volver a cargar manzana.</FONT></P>
<P class=RTE>Ojalá me explique</P>
<P class=RTE>Este ejemplo me parecio interesante pero le falta lo que menciono arriba.</P>
<P class=RTE><FONT size=2>CREATE TABLE friend2 (</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>firstname CHAR(15),</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>lastname<SPAN style="mso-spacerun: yes"> </SPAN>CHAR(20),</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>city<SPAN style="mso-spacerun: yes"> </SPAN>CHAR(15),</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>state<SPAN style="mso-spacerun: yes"> </SPAN>CHAR(2)<SPAN style="mso-spacerun: yes"> </SPAN>CHECK (length(trim(state)) = 2),</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>age<SPAN style="mso-spacerun: yes"> </SPAN>INTEGER<SPAN style="mso-spacerun: yes"> </SPAN>CHECK (age = 2003),</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>gender<SPAN style="mso-spacerun: yes"> </SPAN>CHAR(1)<SPAN style="mso-spacerun: yes"> </SPAN>CHECK (gender IN ('M','F')),</FONT></P>
<P class=RTE><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>last_met<SPAN style="mso-spacerun: yes"> </SPAN>INTEGER CHECK (last_met BETWEEN 1 AND 100),</FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><TT><SPAN style="FONT-SIZE: 10pt">CHECK (upper(trim(firstname)) != 'ED' OR upper(trim(lastname)) != 'RIVERS')<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></TT></P>
<P class=RTE><FONT size=2> Desde ya Gracias</FONT></P></DIV></div><br clear=all><hr>Consigue aquí las mejores y mas recientes ofertas de trabajo en América Latina y USA: <a href="http://g.msn.com/8HMBES/2743??PS=47575" target="_top">Haz clic aquí...</a> </html>