I am wondering what the best way is to force character data to a specific case, like upper case for example. Is a trigger or rule the only option? Would a check constraint be better or faster than using rules or triggers, knowing that a check constraint puts the onus back on the client code to ensure the data is in the correct case?
- [GENERAL] What is the best way to force character data t... Dennis
- Re: [GENERAL] What is the best way to force charact... Chris Travers
- Re: [GENERAL] What is the best way to force charact... Raymond O'Donnell