mirror of
				https://github.com/grocy/grocy.git
				synced 2025-11-03 20:15:04 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			235 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								UPDATE products
							 | 
						||
| 
								 | 
							
								SET description = REPLACE(description, CHAR(13) + CHAR(10), '<br>');
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								UPDATE products
							 | 
						||
| 
								 | 
							
								SET description = REPLACE(description, CHAR(13), '<br>');
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								UPDATE products
							 | 
						||
| 
								 | 
							
								SET description = REPLACE(description, CHAR(10), '<br>');
							 |